Tight Class Cohesion (TCC)

Description:

TCC is defined as the relative number of directly connected methods. Two methods are directly connected if they access a common instance variable of the class.